1bashThis demonstrates file compression using gzip while preserving the original file.gzip --keep /bar.txt foo.gzexternal toolsgzipfile compression
2bashThis demonstrates using the gzip command to compress a file into a .gz archive.gzip /bar.txt foo.gzexternal toolsgzipfile compression